YNQ  YNQ-1.6.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ndapi.h
Go to the documentation of this file.
1 /*********************************************************************
2  *
3  * Copyright (c) 2021 by Visuality Systems, Ltd.
4  *
5  *********************************************************************
6  * FILE NAME : $Workfile:$
7  * ID : $Header:$
8  * REVISION : $Revision:$
9  *--------------------------------------------------------------------
10  * DESCRIPTION : Name Daemon Interface
11  *--------------------------------------------------------------------
12  * MODULE : NQ
13  * DEPENDENCIES :
14  ********************************************************************/
15 
16 #ifndef _NDAPI_H_
17 #define _NDAPI_H_
18 
19 #include "cmapi.h"
20 #include <ndadaptr.h>
21 
32 #if defined(SY_SEMAPHORE_AVAILABLE) || defined(DOXYGEN)
33  SYSemaphore * sem
34 #endif /* SY_SEMAPHORE_AVAILABLE */
35  );
36 
39 void ndStop(void);
40 
45 void ndNotifyConfigurationChange(NDAdapterInfo* adapter);
46 
49 #endif /* _NDAPI_H_ */
#define SYSemaphore
Definition: syopsyst.h:227
void ndStop(void)
void ndNotifyConfigurationChange(NDAdapterInfo *adapter)
NQ_STATUS ndStart(SYSemaphore *sem)
#define SY_SEMAPHORE_AVAILABLE
Definition: syopsyst.h:223
NQ_INT NQ_STATUS
Definition: udapi.h:47